From: awilliam@xenbuild.aw Date: Tue, 9 May 2006 17:50:27 +0000 (-0600) Subject: [IA64] linux: HYPERVISR_update_va_mapping() X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16096 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=9a47e068ff982399f5f2a50aad64c161ab60f755;p=xen.git [IA64] linux: HYPERVISR_update_va_mapping() add the trivial definition, HYPERVISOR_update_va_mapping(), to compile balloon driver. Signed-off-by: Isaku Yamahata --- diff --git a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h index eba05a4c33..7f1d36218e 100644 --- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h @@ -514,6 +514,10 @@ HYPERVISOR_add_physmap(unsigned long gpfn, unsigned long mfn, } return ret; } + +// for balloon driver +#define HYPERVISOR_update_va_mapping(va, new_val, flags) (0) + #else #define HYPERVISOR_ioremap(ioaddr, size) (ioaddr) #define HYPERVISOR_phystomach(gpfn) (gpfn)